home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 1
/
Risc World 1.iso
/
software
/
issue2
/
begprog
/
Prog_2_1
(
.txt
)
next >
Wrap
RISC OS BBC BASIC V Source
|
2000-03-26
|
128b
|
6 lines
Illustrate difference between Real and Integer
integer% = 1.8 + 2.4
real = 1.8 + 2.4
integer%
real